home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / DelphiWin32 / VCLWin32 / Swat / ABOUT.DFM next >
Encoding:
Text File  |  2004-10-22  |  4.0 KB  |  137 lines

  1. object AboutBox: TAboutBox
  2.   Left = 192
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Swat!...'
  6.   ClientHeight = 213
  7.   ClientWidth = 209
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 193
  22.     Height = 161
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     Caption = 'Panel1'
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 80
  30.       Top = 24
  31.       Width = 33
  32.       Height = 33
  33.       Picture.Data = {
  34.         055449636F6E0000010001002020100000000000E80200001600000028000000
  35.         2000000040000000010004000000000000020000000000000000000000000000
  36.         0000000000000000000080000080000000808000800000008000800080800000
  37.         80808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
  38.         FFFFFF0000000000000000000000000000000000000000000000000000000000
  39.         0000000000000000000AA00A00000000000000000000000000AA000AA0000000
  40.         00000000000000000A200000A00000000000000000000000A2000000A0000000
  41.         000000000000000A20000000A0000000000000000000000A2000000A20000000
  42.         000000000000004A2000000A20000000000000000006040A2000002200000000
  43.         000000000004604AA200002200000000000000000006460AAA40022200000000
  44.         0000000004406464222042200000000000000000040646464604000000000000
  45.         00000000044460006460400000000000000000004666111006440000F0000000
  46.         0000000064691911006040000FF000000000000046999991104601000FFF0000
  47.         000000006499B9991464910000FF000000000000669BBB911640910000FFF000
  48.         000000000469B9996404900000FFF0000000000000669996000900000FFFFF00
  49.         0000000000006660400000FFFFFFFFFFFFFFFF0000000054400000FFF00FFF0F
  50.         0FF0FF000000004045000FFF0FF0F0F0F0FFFFF00000005450000FFF0FF0F0F0
  51.         F0F0FFF00000005545000FFF0FF0F0FFF0F0FFF00500045004000FFF0FF0F0FF
  52.         F0F0FFF00500550045000FFF0FF0FFFFFFF0FFF044445000500000FFF00FFFFF
  53.         FFF0FF0000500005400000FFFFFFFFFFFFFFFF00000545450000000000000000
  54.         00000000FFFFFFFFFFFFFFFFFFE6FFFFFFCE7FFFFF9F7FFFFF3F7FFFFE7F7FFF
  55.         FC3E7FFFF81E7FFFE00CFFFFE00CFFFFC000FFFF8001FFFF8007FFFF80047FFF
  56.         00061FFF00070FFF000307FF000387FF000383FF800783FFC00C0003F0380001
  57.         FC380001FC300000FC300000FC300000B9B00000B330000007780001DE780001
  58.         E0FC0003}
  59.       Stretch = True
  60.       IsControl = True
  61.     end
  62.     object ProductName: TLabel
  63.       Left = 83
  64.       Top = 8
  65.       Width = 27
  66.       Height = 13
  67.       Caption = 'Swat!'
  68.       IsControl = True
  69.     end
  70.     object Hits: TLabel
  71.       Left = 69
  72.       Top = 56
  73.       Width = 55
  74.       Height = 13
  75.       Alignment = taCenter
  76.       Caption = '5 pts per hit'
  77.       IsControl = True
  78.     end
  79.     object Copyright: TLabel
  80.       Left = 55
  81.       Top = 120
  82.       Width = 83
  83.       Height = 13
  84.       Alignment = taCenter
  85.       Caption = 'Copyright ⌐ 1998'
  86.       IsControl = True
  87.     end
  88.     object Comments: TLabel
  89.       Left = 61
  90.       Top = 104
  91.       Width = 73
  92.       Height = 13
  93.       Alignment = taCenter
  94.       Caption = 'Delphi Example'
  95.       WordWrap = True
  96.       IsControl = True
  97.     end
  98.     object Escape: TLabel
  99.       Left = 55
  100.       Top = 72
  101.       Width = 82
  102.       Height = 13
  103.       Alignment = taCenter
  104.       Caption = '-1 pts per escape'
  105.       IsControl = True
  106.     end
  107.     object Miss: TLabel
  108.       Left = 63
  109.       Top = 88
  110.       Width = 67
  111.       Height = 13
  112.       Alignment = taCenter
  113.       Caption = '-2 pts per miss'
  114.       IsControl = True
  115.     end
  116.     object Label1: TLabel
  117.       Left = 48
  118.       Top = 136
  119.       Width = 97
  120.       Height = 13
  121.       Alignment = taCenter
  122.       Caption = 'Borland International'
  123.       IsControl = True
  124.     end
  125.   end
  126.   object OKButton: TButton
  127.     Left = 67
  128.     Top = 180
  129.     Width = 75
  130.     Height = 25
  131.     Caption = 'OK'
  132.     Default = True
  133.     ModalResult = 1
  134.     TabOrder = 1
  135.   end
  136. end
  137.